Allow backspace to move up the FileChooser tree to make it consistent with
authorDavyd Madeley <davyd@madeley.id.au>
Tue, 16 Nov 2004 16:52:17 +0000 (16:52 +0000)
committerDavyd Madeley <davyd@src.gnome.org>
Tue, 16 Nov 2004 16:52:17 +0000 (16:52 +0000)
2004-11-17  Davyd Madeley  <davyd@madeley.id.au>

        * gtk/gtkfilechooserdefault.c: Allow backspace to move up the
        FileChooser tree to make it consistent with Nautilus and others.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkfilechooserdefault.c

index 417239b741d39e8ec28bbd6982f6f7ddca140fa9..52225956b13283ea1729eed06378da262d091982 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-11-17  Davyd Madeley  <davyd@madeley.id.au>
+
+       * gtk/gtkfilechooserdefault.c: Allow backspace to move up the
+       FileChooser tree to make it consistent with Nautilus and others.
+
 2004-11-16  Matthias Clasen  <mclasen@redhat.com>
 
        * demos/gtk-demo/*.c: Don't include config.h in the examples.
index 417239b741d39e8ec28bbd6982f6f7ddca140fa9..52225956b13283ea1729eed06378da262d091982 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-17  Davyd Madeley  <davyd@madeley.id.au>
+
+       * gtk/gtkfilechooserdefault.c: Allow backspace to move up the
+       FileChooser tree to make it consistent with Nautilus and others.
+
 2004-11-16  Matthias Clasen  <mclasen@redhat.com>
 
        * demos/gtk-demo/*.c: Don't include config.h in the examples.
index 417239b741d39e8ec28bbd6982f6f7ddca140fa9..52225956b13283ea1729eed06378da262d091982 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-17  Davyd Madeley  <davyd@madeley.id.au>
+
+       * gtk/gtkfilechooserdefault.c: Allow backspace to move up the
+       FileChooser tree to make it consistent with Nautilus and others.
+
 2004-11-16  Matthias Clasen  <mclasen@redhat.com>
 
        * demos/gtk-demo/*.c: Don't include config.h in the examples.
index 417239b741d39e8ec28bbd6982f6f7ddca140fa9..52225956b13283ea1729eed06378da262d091982 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-17  Davyd Madeley  <davyd@madeley.id.au>
+
+       * gtk/gtkfilechooserdefault.c: Allow backspace to move up the
+       FileChooser tree to make it consistent with Nautilus and others.
+
 2004-11-16  Matthias Clasen  <mclasen@redhat.com>
 
        * demos/gtk-demo/*.c: Don't include config.h in the examples.
index ef380c8dad4d25e7d34ca70f682a4a3ae23c588f..7bbd87d3d69aec430185677a50127a49c1037b3b 100644 (file)
@@ -566,6 +566,10 @@ gtk_file_chooser_default_class_init (GtkFileChooserDefaultClass *class)
                                GDK_Up, GDK_MOD1_MASK,
                                "up-folder",
                                0);
+  gtk_binding_entry_add_signal (binding_set,
+                               GDK_BackSpace, 0,
+                               "up-folder",
+                               0);
   gtk_binding_entry_add_signal (binding_set,
                                GDK_KP_Up, GDK_MOD1_MASK,
                                "up-folder",